home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 August
/
The Sunday Times - The Month 2004-08.iso
/
pc
/
engine
/
shell
/
shell.swf
/
scripts
/
DefineButton2_30
/
BUTTONCONDACTION on(press).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-07-06
|
229 b
|
13 lines
on(press){
this.startDrag(false,4,0,_parent.DRAG_WIDTH,0);
lastX = _X;
this.onEnterFrame = function()
{
if(lastX != _X)
{
_parent.onKnobMoved(_X);
lastX = _X;
}
};
}